home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / misc / Istar.lha / Docs / Limitations and Bugs < prev    next >
Encoding:
Text File  |  1997-02-10  |  6.9 KB  |  162 lines

  1. LIMITATIONS
  2.  
  3. The current version of Istar has a number of limitations.  Some of them 
  4. include:
  5.  
  6. #  Cannot import to KB from another KB.
  7. #  The FIRSTOK inference method (Present Each To User) not yet
  8. implemented.
  9. #  Cannot use the Import-Text yet on items.
  10. #  Cannot at present delete value names from an attribute type; can only 
  11. add them.
  12. #  Certain obscure conversions between value types do not work fully; best 
  13. to try them out before you use them.  e.g. Float to Odds.
  14. #  The new text/document facility is at present very limited.
  15.  
  16.  
  17. BUGS
  18.  
  19. This is a list of some bugs you should be aware of.
  20.  
  21. #  (Can be misleading to user)  The explanation of a relationship type is 
  22. only accurate for simple types; the facility is yet to be finalized. 
  23. Version 1.04 and earlier.
  24.  
  25. #  (Nuisance)  Recently I had things like DirOpus loaded, and went to load 
  26. up three KBs with full size easels.  Then tried to 'rid' a KB and nothing 
  27. happened.  Tried to quit and nothing happened.  Because I had run out of 
  28. Chip memory and the small "Is it OK to rid the KB?" panel would not come 
  29. up!  (Chip memory was down to 13k.)  But beware: there is no warning, and 
  30. none can be given because the warning panel will not come up.
  31.  
  32. #  (Harmless limitation)  Various buttons are not operative yet:
  33.       Clone item type
  34.       Import text into item
  35.       You might find others that either flash or do nowt
  36.  
  37. #  (Harmless limitation)  Conversion Float to Odds does not work.
  38.  
  39. #  (Could lead to unexpected results in your KB)  When a conversion does 
  40. not work you do not get any warning of this fact.  What happens depends on 
  41. the type of conversion, but often the result holds the bit pattern of the 
  42. uncoverted value, which might of course seem like rubbish, or might hold 0. 
  43. 30 July 1996.
  44.  
  45. #  (Cosmetic, harmless; PARTLY FIXED)  Version 1.02:  A Form item does not 
  46. space out the value gadgets properly always.  Some of them are too tall and 
  47. overlap others.  2 August 1996.  This is being investigated.  It has been 
  48. partly cured (still untidy) in Version 1.03.
  49.  
  50.  
  51. CRASHES ENCOUNTERED
  52.  
  53. (Please: it you have it crash on you, send me details. 
  54. Istar@basden.demon.co.uk).  The following crashes I have experienced and 
  55. not yet found the cause of.
  56.  
  57. #  (1.04: Probably OK from 1.05. Can cause crash, but avoidable)  The 
  58. resize KB facility can be a bit fragile and can cause a crash in version 
  59. 1.04.  This is because if the KB increases in size it moves in memory and 
  60. therefore all the pointers into it must all be changed.  I *think* I have 
  61. found all these, but I did once get a guru 81---5 (attempt to free memory 
  62. already freed) when I quit the program.  I have a feeling it was something 
  63. to do with resizing.  For this reason, before you attempt to resize you 
  64. should close down all panels except that for the KB itself.
  65.  
  66.  
  67.  
  68. BUGS FIXED
  69.  
  70. BY VERSION 6 (Feb 1997)
  71.  
  72. #  (Nuisance to end user in versions 1.05 and earlier)  The Chooser 
  73. inference method would only reset its attribute to unanswered every other 
  74. time, not every time.  A bug in dealing with first (index) antecedent. 
  75. Fixed after 1.05.
  76.  
  77. #  (Nuisance in version 1.04, corrected 1.041)  A bug entered V1.04 that I 
  78. found two days after placing it on Aminet!  It would not allow you to 
  79. change value types in the Attribute Details panel.  Immediately corrected 
  80. it and placed new version 1.041 on Aminet.
  81.  
  82. #  Bug when adding new attribute to items with shown attributes.  The new 
  83. one would be placed on top of old one.  Now it's OK; they are placed in a 
  84. vertical column.
  85.  
  86.  
  87. BY VERSION 1.05 (Jan 1997)
  88.  
  89. #  (A freeze if not a crash!)  There's an odd sort of bug when Istar runs 
  90. up on some machines.  It's perfectly OK on the three 1200s that I have 
  91. tried it on (020 and 030).  But when I run it up on my 4000 it comes up 
  92. with the main easel and the SIT (Select Item Type) panel and all, but won't 
  93. draw, and won't respond to clicks on the main control panel.  Until, that 
  94. is, I click around on the SIT panel.  Sometimes dragging the listview 
  95. scroll bar around helps, and then clicking to select an item type, 
  96. sometimes clicking on the 'New' button.  Then there is a delay of a few 
  97. seconds, and everything starts as normal.  Strange.  But, as I say, on my 
  98. three 1200s it seems perfectly OK.  9.9.96: I have found a possible cause 
  99. of this and corrected it, but have yet to try it out.  No, it does not work 
  100. yet, Nov 1996.  I got an email to say that it froze their 3000 too.  While 
  101. preparing 1.05 I found a slight error in the code, changed it, and then it 
  102. seemed to work on my 4000 and 3000.  So hopefully it's now OK.
  103.  
  104.  
  105. BUGS FIXED BY VERSION 1.04 (Nov 1996)
  106.  
  107. #  (Harmless Cosmetic)  When you change the name of an item, it doesn't 
  108. redraw with the new name until F1 or next load.  Attribute names refresh 
  109. OK.  Version 1.03 and before.
  110.  
  111. #  (Harmless Nuisance)  When trying to resize an item using right-shift, 
  112. you have to place the mouse *exactly* on the edge of the box: hit-vicinity 
  113. is zero.  Otherwise you will start to draw a link or move the box; if that 
  114. happens then just hit escape.  Version 1.03 and before.  (Actually, it was 
  115. not the need for exact positioning: it required a second attempt.  A bug in 
  116. window switching.)
  117.  
  118. #  (Harmless cosmetic)  When you start drawing on the main easel and abort 
  119. by hitting escape you get a beep-flash.  Don't worry: nothing is wrong. 
  120. Version 1.03 and before.
  121.  
  122. #  (Harmless nuisance)  New facility in Version 1.03, Resizing of KBA, 
  123. doesn't work; it leaves the KBA as it is.
  124.  
  125. #  (Harmless nuisance)  The Backup button on the KB Area panel (Version 
  126. 1.03) has no effect.
  127.  
  128. #  (Harmless cosmetic nuisance)  Renaming the KB Area sometimes leaves 
  129. rubbish characters at the end.  Version 1.03.
  130.  
  131. #  (Harmless, cosmetic)  When you reset an attribute that is in the middle 
  132. of a network it propagates the unanswered status OK, but does not show this 
  133. change in status on the easel.  So if the Att is e.g. Bayesian and Shown it 
  134. retains the solid black line.
  135.  
  136. #  (Frustrating but probably harmless)  Version 1.03:  When you have two 
  137. KBs active, and go to the Item Type Panel, and hit the Left or Right 
  138. RelTypes buttons nothing happens.  But when you get rid of all but one then 
  139. the list of RelTypes appears OK.  5 August 1996.  This is being 
  140. investigated.
  141.  
  142.  
  143. BUGS FIXED BY VERSION 1.03 (Sep 1996)
  144.  
  145. #  FIXED.  Version 1.02:  Never press the three right hand gadgets of the 
  146. name/meaning bar unless a knowledge base is present.  It will probably 
  147. crash the machine or send it into an infinite loop since they assume one is 
  148. present.  2 August 1996.  This has been corrected in version 1.03.
  149.  
  150. #  Version 1.02:  When redirecting a link the DAG cycle detection algorithm 
  151. sometimes says there is a loop when there is not.  2 August 1996.  This is 
  152. being investigated.  12 September 1996: I have found the bug: it 
  153. occasionally searched from the wrong node.  Now it should be OK in Version 
  154. 1.03.
  155.  
  156. #  Version 1.02.  It occasionally crashed while linking two items.  I have 
  157. found a bug that could do this, and corrected it.  Version 1.03 should be 
  158. OK.
  159.  
  160.  
  161. Copyright (c) Andrew Basden, 1996
  162.